Min Property (ChartAxis<T>)
In This Topic
Gets or sets the minimum value shown on the axis. If not set, the minimum is calculated automatically.
Syntax
'Declaration
Public Property Min As System.Object
'Usage
Dim instance As ChartAxis(Of T)
Dim value As System.Object
instance.Min = value
value = instance.Min
public System.object Min {get; set;}
public read-write property Min: System.TObject;
public function get,set Min : System.Object
public: __property System.Object* get_Min();
public: __property void set_Min(
System.Object* value
);
public:
property System.Object^ Min {
System.Object^ get();
void set ( System.Object^ value);
}
See Also